|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
Property pages are extended through Visual Basic forms. From the code of a form, the interface extension designer is available through the IAMUIExtensionDesigner interface. By default, forms created from the form templates contain an m_Designer object variable of this type. It provides a set of properties and methods that support the most common programming tasks as demonstrated in the following example.
Dim doc as AMDocument
Set doc = m_Designer.CurrentObject
Dim FileName as String
FileName = doc.DisplayName
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |